Add GtkStringList as public api
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 22:00:29 +0000 (18:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jun 2020 20:11:46 +0000 (16:11 -0400)
commite8210d5865bca6f2738bb0a68962963f19e76e37
tree5a4b71b20105b24019e47e52bd88a2e1545b1c08
parent518462d882034c18e93171e66f87df95d35b3af4
Add GtkStringList as public api

This is a list model holding strings, initialized
from a char **. String lists are buildable as well,
and that replaces the buildable support in GktDropDowns.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkdropdown.c
gtk/gtkstringlist.c [new file with mode: 0644]
gtk/gtkstringlist.h [new file with mode: 0644]
gtk/meson.build
gtk/ui/gtkprintunixdialog.ui
testsuite/gtk/meson.build
testsuite/gtk/stringlist.c [new file with mode: 0644]